*** empty log message ***
authorDaniel Pfeiffer <occitan@esperanto.org>
Tue, 13 Apr 2004 22:46:18 +0000 (22:46 +0000)
committerDaniel Pfeiffer <occitan@esperanto.org>
Tue, 13 Apr 2004 22:46:18 +0000 (22:46 +0000)
lisp/ChangeLog

index 0fbdc018379dfbc7fd7fcd03c443fe5b78b5144d..0ddd1eb78fb97656ffd91f4127df07b0037c6d5c 100644 (file)
@@ -1,3 +1,17 @@
+2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
+
+       * progmodes/compile.el (compilation-setup): Localize
+       overlay-arrow-position.
+       (compilation-sentinel): Restructure code equivalently.
+       (compilation-next-error): Find message on same line after point if
+       not found before point.
+       (compile-mouse-goto-error): Restore function so that compilation
+       buffer need not be current and use compile-goto-error.
+       (compile-goto-error): Restore function.
+       (next-error): Set overlay-arrow-position.
+       (compilation-forget-errors): Don't localize already local
+       compilation-locs and remove FIXME about refontifying.
+
 2004-04-14  Kim F. Storm  <storm@cua.dk>
 
        * startup.el (emacs-quick-startup): New defvar (set by -Q).